-
Notifications
You must be signed in to change notification settings - Fork 5
feat: Documentation URL in GithubDetails #1606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7092d59 to
cb2f3ca
Compare
morgan-wowk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome
3f16ca3 to
c11d35e
Compare
camielvs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. A minor change to convert string -> boolean in the render check. And some suggestions for the Layout to add a little bit of space between the URL and Documentation sections
c11d35e to
a611773
Compare

Description
Added support for displaying documentation links in the component details panel. This enhancement allows users to access component documentation directly from the UI when the component's metadata includes a
documentation_pathannotation.The changes refactor the URL reconstruction logic in the TaskDetails component to handle both component YAML paths and documentation paths. When a component includes the necessary Git metadata annotations and a documentation path, a new "Documentation" section appears in the details panel with links to view the documentation and its directory on GitHub.
See example:
Based on the component with the following definition:
Type of Change
Checklist